Most macros will have at least one parameter. This is the list of names after the word ‘Function’ and the name of the function.
VBA expressions follow the natural path that is familiar from mathematical expressions
Once your calculations get a little more complex you will need to use “local variables”.
These are values that are defined only within a single function
The main data types that you will need to use are “double”, “integer”, and “string”.
“Nothing great was ever achieved without enthusiasm.” Ralph Waldo Emerson
“How many legs does a dog have if you call the tail a leg? Four. Calling a tail a leg doesn't make it a leg.” Abraham Lincoln